home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / MENU95.PAK / MAKEFILE < prev    next >
Encoding:
Text File  |  1997-05-06  |  468 b   |  14 lines

  1. #----------------------------------------------------------------------------
  2. # Borland C++ (C) Copyright 1995 by Borland International
  3. #   examples\series\menu\makefile
  4. #----------------------------------------------------------------------------
  5.  
  6. SYSTEMS = WIN32
  7. EXERES  = menu
  8. CPCH    = -H"windows.h" -H=menu.csm
  9. OSMAJOR = 4
  10. OSMINOR = 0
  11. OBJEXE  = menu.obj winmain.obj init.obj dispatch.obj ownrdraw.obj popup.obj
  12.  
  13. !include $(BCEXAMPLEDIR)\makefile.gen
  14.